* {
    margin: 0;
    padding: 0;
}
body{
    /*overflow: hidden;*/
}
canvas{
    /*background-color: #000;*/
    width: 100vw;
    height: 100vh;
}